CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文本 输出

搜索资源列表

  1. API5

    0下载:
  2. 使用MFC类库编制应用程序:变色的滑动的文本输出。-Prepared using the MFC class library application: color slide of text output.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1159436
    • 提供者:江宗臻
  1. lexical_analysis

    0下载:
  2. 编译原理,词法分析程序,C语言编写。输入英文字符串,可分析出各字符所属类型并以文本输出。-Compiler theory, lexical analyzer, the C language. Enter the English string, each character belongs to the type and text output can be analyzed.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1322086
    • 提供者:何大王
  1. TONGXUNLU

    0下载:
  2. 1.基于c++的通讯录系统 2.系统额为文本输出 3.实验报告 4.系统截图-1mail list system based on c++ 2 system amount of text output In 3 experiments report 4screenshots
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3029054
    • 提供者:yulin
  1. Keyboard-hook

    0下载:
  2. 这是一个记录键盘输入的钩子,可是监听键盘输入,特定路径文本输出,并且还是实现任务栏托盘显示。-This is a record keyboard input hook, but the monitor keyboard input, the specific path text output, and the task bar tray display.
  3. 所属分类:Hook api

    • 发布日期:2017-05-22
    • 文件大小:6685308
    • 提供者:
  1. SDK-

    0下载:
  2. 要在窗口的客户区绘图,可以使用Window的图形设备接口(GDI)函数,Widonw提供了几个GDI函数,用于将文本串输出到窗口的客户区内,我们已经在上一章过DrawText函数 但是目前使用最为普遍的文本输出函数是TextOut,该函数的格式如下: -Drawing in the window' s client area, you can use the Window' s graphical device interface (GDI) functions, and p
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:892203
    • 提供者:tianguochao
  1. Draw

    0下载:
  2. visual c++中的图形绘制与文本输出,绘制圆形和矩形-visual c++ graphic drawing and text output, draw circular and rectangular
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-07
    • 文件大小:308213
    • 提供者:chenhao
  1. DES

    0下载:
  2. DES加解密算法。文本输出输入,对文本进行加密和解密。-DES encryption and decryption algorithms. Text output and input, the text is encrypted and decrypted.
  3. 所属分类:CA program

    • 发布日期:2017-11-24
    • 文件大小:40867
    • 提供者:cyq
  1. random-number-producer

    0下载:
  2. 利用平方取中法,线性同余法产生伪随机数。可以设置随机数种子。最后结果作为文本输出。-Generates a random number
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:39999
    • 提供者:3time
  1. JyIJfdrIv

    0下载:
  2. 代码是用来实现创建字体进行文本输出的程序的源码,很不错,演示程序,很好用,罕见-The code is used to achieve the source code of the program to create a font for text output, very good, the demo program, very easy to use, rare
  3. 所属分类:Hook api

    • 发布日期:2017-12-02
    • 文件大小:23552
    • 提供者:周爱君
  1. freemarker-2.3.19.tar

    0下载:
  2. FreeMarker是一个模板引擎,一个基于模板生成文本输出的通用工具,使用纯Java编写. FreeMarker被设计用来生成HTML Web页面,特别是基于MVC模式的应用程序 -FreeMarker is a template engine, a template-based universal tool to generate text output using pure Java. FreeMarker is designed to generate HTML Web pa
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:2705412
    • 提供者:akpudn888
  1. FreeMarker

    0下载:
  2. FreeMarker是一个模板引擎,一个基于模板生成文本输出的通用工具,使用纯Java编 写 FreeMarker被设计用来生成HTML Web页面,特别是基于MVC模式的应用程序 -FreeMarker is a template engine, a template-based generic tool to generate text output, using pure Java FreeMarker is designed to generate HTML Web page,
  3. 所属分类:IT Hero

    • 发布日期:2017-12-03
    • 文件大小:335990
    • 提供者:lyb
  1. WinCE-08wince-UseFont

    0下载:
  2. 这是WinCE关于文本函数使用和文本输出设置的代码.文本输出设置包括设置文本的背景颜色,文本颜色和对齐方式。-This is WinCE application codes about how to use text function and text output settings.text output includes setting of text background color,text color and alignment.
  3. 所属分类:Windows CE

    • 发布日期:2017-11-13
    • 文件大小:924468
    • 提供者:张伟
  1. resistance-net

    0下载:
  2. 该程序主要是产生spice形式的大型纯电阻网络,结果会以“out.txt”(当然这个可以改)文本输出(见example),可用于对spice性能的测试。-The program is mainly produce spice in the form of large-scale pure resistor network, the result will be "out.txt" (Of course, this can be changed) text output (see example)
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:494592
    • 提供者:Wang Xue
  1. Game

    0下载:
  2. 用VC++制作的win32游戏,根据C++游戏案例教程改编而成,虽然是一个简单游戏,而且还是改编而成,但是其中的变量还有设置的文本输出格式都让我捉急了好几天,所以,还是拿出来献丑了~。~-Produced by VC++ win32 game, according C++ game adapted from case tutorial, though, is a simple game, but also adapted from, but one of the variables and se
  3. 所属分类:Game Engine

    • 发布日期:2017-11-08
    • 文件大小:1834286
    • 提供者:杨光勤
  1. FreeMarker

    0下载:
  2. FreeMarker概述 FreeMarker是一个模板引擎,一个基于模板生成文本输出的通用工具,使用纯Java 编写 FreeMarker被设计用来生成HTMLWeb页面,特别是基于MVC模式的应用程序 虽然FreeMarker具有一些编程的能力,但通常由Java程序准备要显示的数据,由 FreeMarker生成页面,通过模板显示准备的数据-Overview  FreeMarker FreeMarker is a template en
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:267259
    • 提供者:jackiea
  1. hebing.txt

    0下载:
  2. 使用文件字节输入输出流,合并两个指定文件。文本文件里放的就是源代码
  3. 所属分类:Windows编程

  1. MyFontDemo

    0下载:
  2. 创建字体进行文本输出,C++精选学习源码,很好的参考资料。-Create a font for text output, C++ select learning source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:19238
    • 提供者:南煎丸子
  1. Basic-ICA-code-in-MATLAB-)

    0下载:
  2. 下面是5 MATLAB文件。 1。readsounds。米,用于读取数据 2。sep.m,一个学习通过数据的代码 3。sepout。米,可选的文本输出 4。wchange。米,体重变化的大小和方向 5。sep.run,2 - > 2分离的示例脚本-Below are 5 MATLAB files. 1. readsounds.m, for reading the data in 2. sep.m, the code for one learni
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3388
    • 提供者:李振涛
  1. cx

    0下载:
  2. FreeMarker是一个模板引擎,一个基于模板生成文本输出的通用工具,使用纯Java编写. FreeMarker被设计用来生成HTML Web页面,特别是基于MVC模式的应用程序 -FreeMarker is a template engine, a template-based generic tool to generate text output, using pure Java. FreeMarker is designed to generate HTML Web pages, pa
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5135406
    • 提供者:刘栋
  1. vc3_3

    0下载:
  2. 编写一程序,实现文本输出的控制功能,要求每隔1000毫秒在矩形区域(100,100,200,150)中输出一个随机数,若随机数显示范围超出了矩形区域,则先是数据的同时弹出一对话框提示“显示超限” 提示(rand()函数产生一个随机正整数0-32767)。-Write a program to achieve text output control function, requiring 1,000 milliseconds to output a random number in a rec
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1913836
    • 提供者:叶昕宇
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com